-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the sha of the the current commit to the watermark as the fragment of the watermark image url. #1309
Conversation
Watermarks will include the sha of the current commit as the fragment part of the watermark image url (https://cml.dev/watermark.png#{SHA}). The updatable comment lookup has also been refactored to match watermarks with different commit sha's.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just only a little observation that might be even incorrect
714b988
to
0d08ceb
Compare
0d08ceb
to
b17e501
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it more than mine.
iterative/cml-playground#294
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🚀
This PR also updates the way updatable comments are determined - the matcher should ignore the sha in
the watermark.
This PR supercedes #1304.